home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / About.pod next >
Encoding:
Text File  |  2008-06-15  |  2.0 KB  |  107 lines

  1. =head1 NAME
  2.  
  3. Gnome2::About
  4.  
  5. =head1 HIERARCHY
  6.  
  7.   Glib::Object
  8.   +----Glib::InitiallyUnowned
  9.        +----Gtk2::Object
  10.             +----Gtk2::Widget
  11.                  +----Gtk2::Container
  12.                       +----Gtk2::Bin
  13.                            +----Gtk2::Window
  14.                                 +----Gtk2::Dialog
  15.                                      +----Gnome2::About
  16.  
  17. =head1 INTERFACES
  18.  
  19.   Glib::Object::_Unregistered::AtkImplementorIface
  20.   Gtk2::Buildable
  21.  
  22.  
  23. =head1 METHODS
  24.  
  25. =head2 widget = Gnome2::About-E<gt>B<new> ($name, $version, $copyright, $comments, $authors, $documenters=undef, $translator_credits=undef, $logo_pixbuf=undef)
  26.  
  27. =over
  28.  
  29. =over
  30.  
  31. =item * $name (string) 
  32.  
  33. =item * $version (string) 
  34.  
  35. =item * $copyright (string) 
  36.  
  37. =item * $comments (string) 
  38.  
  39. =item * $authors (scalar) - either a reference to an array of strings or a plain string
  40.  
  41. =item * $documenters (scalar) - either a reference to an array of strings or a plain string
  42.  
  43. =item * $translator_credits (string) 
  44.  
  45. =item * $logo_pixbuf (Gtk2::Gdk::Pixbuf or undef) 
  46.  
  47. =back
  48.  
  49.  
  50.  
  51.  
  52. =back
  53.  
  54.  
  55. =head1 PROPERTIES
  56.  
  57. =over
  58.  
  59. =item 'authors' (GValueArray : writable)
  60.  
  61. List of authors of the programs
  62.  
  63. =item 'comments' (string : readable / writable)
  64.  
  65. Comments about the program
  66.  
  67. =item 'copyright' (string : readable / writable)
  68.  
  69. Copyright information for the program
  70.  
  71. =item 'documenters' (GValueArray : writable)
  72.  
  73. List of people documenting the program
  74.  
  75. =item 'logo' (Gtk2::Gdk::Pixbuf : writable)
  76.  
  77. A logo for the about box
  78.  
  79. =item 'name' (string : readable / writable)
  80.  
  81. The name of the program
  82.  
  83. =item 'translator-credits' (string : readable / writable)
  84.  
  85. Credits to the translators. This string should be marked as translatable
  86.  
  87. =item 'version' (string : readable / writable)
  88.  
  89. The version of the program
  90.  
  91. =back
  92.  
  93.  
  94. =head1 SEE ALSO
  95.  
  96. L<Gnome2>, L<Glib::Object>, L<Glib::InitiallyUnowned>, L<Gtk2::Object>, L<Gtk2::Widget>, L<Gtk2::Container>, L<Gtk2::Bin>, L<Gtk2::Window>, L<Gtk2::Dialog>
  97.  
  98. =head1 COPYRIGHT
  99.  
  100. Copyright (C) 2003-2004 by the gtk2-perl team.
  101.  
  102. This software is licensed under the LGPL.  See L<Gnome2> for a full notice.
  103.  
  104.  
  105. =cut
  106.  
  107.